/*通用样式*/
*{
	padding: 0;
	margin: 0;
}

html, body{
    height: 100%;
}
body{
	background: #f5f5f5;
    color: #444;
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}
ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
a{
    color: #444;
    transition-property:all;
	transition-duration:.4s;
}
a:hover{
    text-decoration: none;
    color:#00aeff;
}
.colorMain{
    color:#00aeff;
}
.oneLine{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
}
.twoLine{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.threeLine{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.foreLine{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.animate{
	transition-property:all;
	transition-duration:.4s;
}
.pcPr20{
    padding-right: 20px !important;
}
.pcPl10{
    padding-left: 10px !important;

}
.nex_common_title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.nex_common_title span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    letter-spacing: 2px;
}

#sidebarBox .nex_common_title span{
    font-size:16px;
}

/* 滚动条美化 */
.scroll::-webkit-scrollbar {
    width : 10px;
    height: 1px;
    }
.scroll::-webkit-scrollbar-thumb {
    border-radius   : 10px;
    background-color: #00aeff;
    background-image: -webkit-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.2) 50%,
        rgba(255, 255, 255, 0.2) 75%,
        transparent 75%,
        transparent
    );
}
.scroll::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #fff;
}
/* 首页 */
/*首页顶部banner*/
#homeTopBanner .carousel-inner{
    height: 350px;
}
#homeTopBanner .carousel-item{
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#homeTopBanner .imgBox{
    height:100%;
    overflow:hidden;
}
#homeTopBanner .imgBox img{
    width: 100%;
    min-height: 100%;
}
#homeTopBanner .imgBox img:hover{
    transform: scale(1.2);
}
#homeTopBanner .carousel-caption{  
    padding-bottom: 0;
    bottom: 10px;
    text-align:left;
    left: 0px;
    right: 0px;
    padding: 10px 15px 0;
    background-color: rgba(0,0,0, .3);
}
#homeTopBanner .carousel-caption h3{
    font-size:15px;
}

/* 首页头条 */
#homeTopTouTiao{
    flex-direction: column;
}
#homeTopTouTiao .homeTopTouTiaoItem{
    width: 100%;
    height:110px;
    position:relative;
}
#homeTopTouTiao .imgbox{
    width: 100%;
    height: 100%;
    overflow:hidden;
}
#homeTopTouTiao .imgbox img{
    width: 100%;
    min-height: 100%;
    cursor:pointer;
}
#homeTopTouTiao .imgbox img:hover{
    transform: scale(1.2);
}
#homeTopTouTiao .homeTopTouTiaoItem .title{
    position:absolute;
    font-size:13px;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    background-color: rgba(0,0,0, .3);
}
/* 首页最新文章 */
#homeNew .card-header{
    font-size:15px;
    display:flex;
    align-items: center;
}
#homeNew .card-header .icon{
    font-size:20px;
}
#homeNew a{
    padding-left: 14px;
    position: relative;
}
#homeNew a:before{
    background-color: #00aeff;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}

/* 推荐文章 */
#homeRecommend .artieclItemBox .articleItem{
    display:flex;
    justify-content:space-between;
}

#homeRecommend .artieclItemBox .articleItem:hover .imgBox img{
    transform: scale(1.1);
}
#homeRecommend .artieclItemBox .articleItem .imgBox{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 150px;
    overflow:hidden;
}
#homeRecommend .artieclItemBox .articleItem .imgBox img{
    width: 100%;
    min-height:100%;
}
#homeRecommend .artieclItemBox .articleItem .articleBox{
    width:65%;
    flex-grow:1;
    flex-shrink:1;
}
#homeRecommend .artieclItemBox .articleItem .articleBox h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}
#homeRecommend .artieclItemBox .articleItem .articleBox .info{
    display: flex;
    align-items: center;
}
#homeRecommend .artieclItemBox .articleItem .articleBox .info img{
    width: 25px;
}

/* 首页 homeCateBox */
.homeCateBox h5{
    font-size:16px;
}
.homeCateBox  .card-header .icon {
    font-size: 20px;
}

.homeCate0{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}

.homeCate0 .homeCate0Item{
    width: 24%;
    flex-grow: 0;
    flex-shrink: 0;
    position:relative;
    height:130px;
    overflow:hidden;
}
.homeCate0 .homeCate0Item img{
    width: 100%;
    min-height: 100%;
}
.homeCate0 .homeCate0Item .title{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    background-color: rgba(0,0,0, .3);
}
.homeCateBox1 .card-body{
    padding:0;
}
.homeCate1{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.homeCate1 .homeCate1Item{
    width:50%;
    flex-grow: 0;
    flex-shrink: 1;
    position:relative;
    height:100px;
    display:flex;
    border-bottom:1px solid #eee;
    border-right: 1px solid #eee;
}
.homeCate1 .homeCate1Item:nth-child(even){
    border-right: none;
}
.homeCate1 .homeCate1Item:nth-last-child(1), .homeCate1 .homeCate1Item:nth-last-child(2){
    border-bottom:none;
}

.homeCate1 .homeCate1Item .imgBox{
    flex-shrink: 0;
    flex-grow:0;
    width: 120px;
    height: 66px;
    overflow:hidden;
}
.homeCate1 .homeCate1Item .imgBox img{
    width: 100%;
    min-height: 100%;
}
.homeCateBox .homeCate1Item:hover .imgBox img{
    transform: scale(1.2);
}

/* 首页底部推荐tag */
.homeTag h5{
    font-size:15px;
}
.homeTag .icon{
    font-size:20px;
}
.homeTag .card-body{
    padding: 12px 12px 0 12px;
}
.homeTag .homeTag0{
    position:relative;
}
.homeTag .homeTag0 .imgBox{
    width:100%;
    height:145px;
    overflow:hidden;
}
.homeTag .homeTag0 .imgBox img{
    width:100%;
    min-height:100%;
}
.homeTag .homeTag0:hover .imgBox img{
    transform: scale(1.2);
}
.homeTag .homeTag0 h4{
    font-size:14px;
    font-weight:bold;
}
.homeTag ul{
    height: 200px;
    overflow:auto;
}

/* 分类 */
#cateBox h1{
    font-size:18px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

/* 分类, 搜索  tag 的文章样式 */

.articleList .articleItem{
    display:flex;
    padding: 20px 0;
    padding-bottom: 20px;
    justify-content:space-between;
    border-bottom:1px solid #e9e9e9;
}
.articleList .articleTem:hover{
    background-color:#eee;
}
.articleList .articleItem:hover .imgBox img{
    transform: scale(1.2);
}
.articleList .articleItem .imgBox{
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right:20px;
    height: 150px;
    overflow:hidden;
}
.articleList .articleItem .imgBox img{
    width: 100%;
    min-height:100%;
}
.articleList .articleItem .articleBox{
    width:65%;
    flex-grow:1;
    flex-shrink:1;
}
.articleList  .info{
    display:flex;
    align-items: center;
    width: 100%;
}
.articleList  .info img{
    width: 18px;
    height: 18px;
    border-radius:9px;
}
.articleList .articleItem .articleBox h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}
.articleList .articleItem .articleBox  .info{
    margin-bottom: 15px;
}
.articleList .articleItem2 {
    padding: 20px 0;
    border-bottom:1px solid #e9e9e9;
}
.articleList .articleItem2 h3{
    font-size: 16px;
    font-weight:bold;
    margin-bottom:2px;
}

.articleList .articleItem2  .imgsBox{
    display:flex;
    justify-content: space-between;
}
.articleList .articleItem2  .imgsBox .imgItem{
    width: 32%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 150px;
    overflow:hidden;
}
.articleList .articleItem2  .imgsBox .imgItem img{
    width: 100%;
    min-height: 100%;
}
.articleList .articleItem2  .imgsBox .imgItem img:hover{
    transform: scale(1.2);
}
.articleList .articleTem:first-child{
    margin-top:10px;
}
.articleList .articleTem:last-child{
    margin-bottom:0;
    padding-bottom:10px;
    border-bottom:none;
}


/*分页*/
.posts_nav_link{
	display: flex;
	justify-content: flex-end;
}
.posts_nav_link .page{
	display: inline-block;
	margin: 0 4px;
	padding: 2px 8px;
	border:1px solid #ddd;
	border-radius: 6px;
	cursor: pointer;
	transition-property:all;
	transition-duration:0.4s;
}
.posts_nav_link .page:hover{
	background-color: #00aeff;
	color: #fff;
	border:1px solid #00aeff;
}
.posts_nav_link .now-page{
	border:none;
	color:#00aeff;
	cursor: auto;
}
.posts_nav_link .now-page:hover{
	border:none;
	color:#00aeff;
	background-color: transparent;
}

/* 页脚 */
.footer h5{
    font-weight: bold;
}
.footerNav{
    display:flex;
    flex-wrap: wrap;
}
.footerNav li{
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1; 
}
.footerNav li:nth-child(even){
    padding-left:10px;
}
.footerNav li a{
    color: rgba(255,255,255,.5);
}
.footerNav li a:hover{
    color:#00aeff !important;
}

/* 文章页 */
.singleBox .title h1{
    font-size:18px;
    font-weight:bold;
}
.singleBox .title .info{
    display:flex;
    align-items: center;
    width: 100%;
}
.singleBox .title .info img{
    width: 18px;
    height: 18px;
    border-radius:9px;
}
.singleBox .content {
    overflow:hidden;
}
.singleBox .content img{
    max-width: 100%;
}
.moreArticle ul li{
    line-height: 35px;
    display:flex;
    justify-content: space-between;
    padding-left: 14px;
    position: relative;
}
.moreArticle ul li:before{
    background-color: #00aeff;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 15px;
}
.moreArticle ul li a{
    flex-grow:1;
    flex-shrink: 1;
    margin-right:20px;
}
.moreArticle ul li span{
    flex-grow:0;
    flex-shrink: 0;
    width:100px;
    text-align: right;
}

/*评论*/
#postcmt .alert{
    display: none;
}
.comment{
    background-color:#fff;
    border-radius: 6px;
}
.comment .reply{
    cursor: pointer;
}
.comment .reply:hover{
    color:#3297fc;
}






/*侧边栏*/
#sidebarBox{
    padding-left:0;
}
#sidebarBox h4{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight:bold;
    position: relative;
    padding-left: 14px;
}
#sidebarBox h4:before{
    background-color: #3297fc;
    border-radius: 1px;
    content: " ";
    display: block;
    width: 4px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
#sidebarBox hr{
    margin-top: 10px;
}

/*侧边栏  精选推荐*/
#sideHandpicked li{
    display: flex;
}
#sideHandpicked li .cate{
    width: 35%;
    flex-shrink: 0;
}
#sideHandpicked li .title{
    flex-grow: 1;
    flex-shrink: 1;
}
/*侧边栏  最热图文*/
#sideHotPic .carousel-item{
    height: 150px;
}
#sideHotPic .carousel-item img{
    min-width: 100%;
    min-height: 100%;
}
#sideHotPic .carousel-item .carousel-caption{
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color:rgba(0,0,0,.3);
}
#sideHotPic .carousel-item .carousel-caption h5{
    color:#fff;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top:10px;
}
/*侧边栏  最新评论*/
#sideComment .commentItem{
    display:flex;
}
#sideComment .commentItem .commentAuthor{
    width: 30%;
    flex-shrink: 0;
    text-align: center;
}
#sideComment .commentItem .commentAuthor .authorImg{
    width: 40%;
    margin: 0 auto;
}
#sideComment .commentItem .commentAuthor .authorImg img{
    width: 100%;
}
#sideComment .commentItem .commentCountent{
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 1.3;
}
#sideComment .commentItem .commentCountent .title{
    font-weight: bold;
}
/*侧边栏 年度爆文*/
#sideHotArticle .articleIntroBox{
    max-height: 0;
    display: flex;
}
#sideHotArticle .active .articleIntroBox{
    max-height: 300px;
}
#sideHotArticle .title{
    display: flex;
}
#sideHotArticle .title .number{
    flex-shrink: 0;
    display: inline-block;
    height: 18px;
    width: 30px;
    text-align: center;
    line-height:18px;
    font-size: 13px;
    background-color: #ccc;
    color:#fff;
    border-radius: 0 15px 10px 10px;
}
#sideHotArticle .title .number0{
    background-color:#ffbe02;
}
#sideHotArticle .title .number1{
    background-color: #007fdb;
}
#sideHotArticle .title .number2{
    background-color:#46b450;
}
#sideHotArticle .title h5{
    margin-bottom: 0;
    font-size:14px;
    color:#333;
}
#sideHotArticle .articleIntroBox .imgBox{
    width: 30%;
    flex-shrink: 0;
    max-height: 60px;
    overflow: hidden;
    border-radius: 8px;
}
#sideHotArticle .articleIntroBox .imgBox img{
    width: 100%;
    min-height: 100%;
}
#sideHotArticle .articleIntroBox .articleIntro{
    flex-grow: 1;
    flex-shrink: 1;
}
/*侧边栏 热门标签*/
#sideHotTag .tagBox span{
    display: inline-block;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 12px;
    border:1px solid #ddd;
    margin: 5px;
}
#sideHotTag .tagBox span a{
    color:#333;
}
#sideHotTag .tagBox span:hover{
    background-color:#ddd;
}
#sideHotTag .tagBox span:hover a{
    color:#3297fc;
}
.sideDa img{
    width: 100%;
}
/* 侧边栏 随机文章 */
#sideRandom li{
    font-size:13px;
    line-height: 25px;
    padding-left: 14px;
    position: relative;
}
#sideRandom li:before{
    background-color: #3297fc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 10px;
}
/* 侧边栏 最新文章 */
#sideNew .imgItem{
    margin-bottom:15px;
}
#sideNew .imgItem .imgBox{
    width:100%;
    height:110px;
    overflow:hidden;
    position:relative;
}
#sideNew .imgItem .imgBox img{
    width:100%;
    min-height:100%;
}
#sideNew .imgItem .imgBox img:hover{
    transform: scale(1.2);
}
#sideNew .imgItem .title{
    position:absolute;
    line-height:30px;
    left:0;
    right:0;
    bottom:0;
    padding: 0 10px;
    background-color:rgba(0,0,0,.3);
}
#sideNew .imgItem .title h5{
    font-size:13px;
    color:#fff;
    margin-bottom: -4px;
}
#sideNew .textItem{
    width: 100%;
    flex-shrink: 0;
    font-size: 13px;
    line-height: 22px;
    padding-left: 12px;
    position: relative;
}
#sideNew  .textItem:before{
    background-color: #3297fc;
    border-radius: 2px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 9px;
}



/* 导航栏 */
.navBox{
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}
.navBox .logo{
    width: 200px;
}
.navBox h1{
    font-size: 30px;
    line-height:40px;
    font-weight: 600;
}
.navBox .logoDesc{
    line-height:1.3;
    font-size:12px;
}
.navBox .iconfont{
    font-size: 22px;
    cursor: pointer;
}
.navBox nav{
    display:flex;
}
.navBox nav ul{
    margin-bottom: 0;
    display:flex;
}
.navBox nav ul>.navbar-item, .navBox nav ul>li{
    display:inline-block;
    position:relative;
    white-space: nowrap;
}
.navBox nav ul>.navbar-item>a, .navBox nav ul>li>a{
    line-height: 50px;
    padding: 0 20px;
    border-right:1px dotted #e9e9e9;
}
.navBox nav ul>.navbar-item:last-child a, .navBox nav ul>li:last-child a{
    border-right:none;
}
.navBox nav ul>.navbar-item .subnav, .navBox nav ul ul{
    max-height:0px;
    display:block;
    overflow:hidden;
    position: absolute;
    z-index:99999;
    width: 200px;
    border-color:#e9e9e9;
    left: -20px;
    top:50px;
    background-color:#fff;
    transition-property:all;
    transition-duration:1s;
}
.navBox nav ul ul .navbar-item a{
    padding:0;
    border:none;
}
.navBox nav ul>.navbar-item .subnav a, .navBox nav ul>.navbar-item .navbar-item{
    display:block;
    padding: 0 10px;
    border-bottom: 1px dotted #e9e9e9;
}
.navBox nav ul>.navbar-item .subnav a, .navBox nav ul>.navbar-item .navbar-item a{
    line-height:35px;
}
.navBox nav ul>.navbar-item .subnav a:last-child, .navBox nav ul>.navbar-item .navbar-item{
    border-bottom: none;
}
.navBox nav ul .subcate:hover .subnav,  .navBox nav ul .navbar-item:hover ul{
    max-height:900px;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.navBox nav ul .subcate>a::after {
    display:inline-block;
    margin-left:5px;
    content:'';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #3297fc;
    margin-bottom: 2px;
}

.navBox nav li li{
    text-align:center;
}
.navBox nav li a:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 3px;
    bottom: 0;
    width: 0;
    transition: all .4s;
    background: #3297fc;
}
.navBox nav li:hover>a:after{
    width:100%;
    left:0;
}
#exampleModal .modal-body form{
    display: flex;
    align-items: center;
}
#exampleModal .modal-body input{
    border: 1px solid #00aeff;
    color: #333;
    font-size: 14px;
    width: 290px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    outline: none;
}
#exampleModal .modal-body button{
    font-size: 14px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    padding : 0 12px;
    text-align: center;
    border:1px solid #00aeff;
    color:#fff;
    background-color:#00aeff;
}
#exampleModal .modal-body button:hover{
    background-color: #00aeee;
    border:1px solid #00aeee;

    box-shadow: 0 1px 0 rgb(0 0 0 / 3%);
}




/* 广告 */
.daImgBox{
    overflow:hidden;
}
.daImgBox img{
    width: 100%;
}

/*回到顶部按钮*/
#js-go_top{
	position: fixed;
    right: 20px;
    bottom: 20px;
    cursor:pointer;
}

/* 响应式样式 */
@media screen and (max-width:767px){

    .pcPr20{
        padding-right: 0 !important;
    }
    .pcPl10{
        padding-left: 0 !important;
    }

    /* 导航 */
    .navBox .container-xl{
        padding-right: 0;
        padding-left: 0;
    }
    .navBox .logo{
        width: 150px;
    }
    .navBox .logoBox .icon {
        margin-right:10px;
    }
    .navBox nav{
        width: 100%;
        overflow: auto;
        box-sizing: border-box;
        background-color:#00aeff;
    }
    .navBox nav a{
        color:#fff;
    }

    /*首页顶部banner*/
    #homeTopBanner{
        margin-bottom:15px;
    }
    #homeTopBanner .carousel-inner{
        height: 220px;
        
    }

    /* 首页头条 */
    #homeTopTouTiao{
        flex-direction: row;
    }
    #homeTopTouTiao .homeTopTouTiaoItem{
        height:80px;
        flex-grow: 0;
        width: 32%;
    }

    /* 分类, 搜索  tag 的文章样式 */
    .artieclItemBox .articleItem .imgBox{
        height: 70px;
    }

    /* 首页 homeCate0 */
    .homeCate0 .homeCate0Item{
        width: 48%;
        height: 100px;
    }

    /* 首页 homeCate1 */
    .homeCate1 .homeCate1Item{
        border-right: none;
        width: 100%;
    }
    .homeCate1 .homeCate1Item:nth-last-child(2){
        border-bottom:1px solid #eee;
    }

}
@media (min-width:768px){


}
@media (min-width:992px){


}
@media (min-width:1200px){


}